Package com.cisco.pt.ipc.sim
Interface RoutedSwitchPort
- All Superinterfaces:
HostPort,IPCObject,Port,Process,RouterPort
- All Known Implementing Classes:
RoutedSwitchPortImpl
Information provided by the PKI file:
\class RoutedSwitchPort
\brief RoutedSwitchPort handles and manipulates routed switch ports.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation provided by the PKI file:voidsetSwitchPort(boolean bSwitchPort) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.sim.HostPort
addIpv6Address, getIpAddress, getIpMtu, getIpv6Address, getIpv6Addresses, getIpv6LinkLocal, getIpv6Mtu, getIpv6Multicast, getMtu, getSubnetMask, getUnicastIpv6Address, getUnicastIpv6Prefix, hasIpv6Address, isDhcpClientOn, isInboundFirewallOn, isInboundIpv6FirewallOn, isInIpv6Multicast, isIpv6AddressAutoConfig, isIpv6Enabled, isSetToDhcpv6, removeAllIpv6Addresses, removeIpv6Address, setDefaultArpTimeout, setDefaultGateway, setDhcpClientFlag, setDnsServerIp, setInboundFirewallService, setInboundIpv6FirewallService, setIpMtu, setIpSubnetMask, setIpv6AddressAutoConfig, setIpv6Enabled, setIpv6LinkLocal, setIpv6Mtu, setMtu, setv6DefaultGateway, setv6ServerIpMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Port
deleteLink, getBandwidth, getBia, getChannel, getClockRate, getDescription, getEncapProcess, getHardwareQueue, getHigherProcessCount, getKeepAliveProcess, getLightStatus, getLink, getMacAddress, getName, getPortNameNumber, getPower, getQosQueue, getTerminalTypeShortString, getType, isAutoCross, isBandwidthAutoNegotiate, isDuplexAutoNegotiate, isEthernetPort, isFullDuplex, isPortUp, isPowerOn, isProtocolUp, isStraightPins, isWirelessPort, setBandwidth, setBandwidthAutoNegotiate, setChannel, setClockRate, setDescription, setDuplexAutoNegotiate, setFullDuplex, setMacAddress, setPowerMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDeviceMethods inherited from interface com.cisco.pt.ipc.sim.RouterPort
addEntryEigrpPassive, addOspfMd5Key, addSummaryAddress, getAclInID, getAclOutID, getBandwidthInfo, getDelay, getIntOfAs, getIpsInID, getIpsOutID, getNatMode, getOspfAuthKey, getOspfAuthType, getOspfCost, getOspfDeadInterval, getOspfHelloInterval, getOspfPriority, getZoneMemberName, isCdpEnable, isIkeEnabled, isProxyArpEnabled, isRipPassive, isRipSplitHorizon, removeEntryEigrpPassive, removeOspfMd5Key, removeSummaryAddress, resetBandwidth, resetDelay, setAclInID, setAclOutID, setBandwidthInfo, setCdpEnable, setDelay, setIkeEnabled, setIntForAs, setIpsInID, setIpsOutID, setNatMode, setOspfAuthKey, setOspfCost, setOspfDeadInterval, setOspfHelloInterval, setOspfPriority, setProxyArpEnabled, setRipPassive, setRipSplitHorizon, setZoneMemberName
-
Method Details
-
setSwitchPort
void setSwitchPort(boolean bSwitchPort) Information provided by the PKI file:
\brief Enables or disables the routed switch port. \param bSwitchPort, true to enable the routed switch port, false to disable it.- Parameters:
bSwitchPort- Takes in a parameter of bSwitchPort
-
isSwitchPort
boolean isSwitchPort()Information provided by the PKI file:
\brief Returns true if a switch port, otherwise false. \return bool, true if a switch port, otherwise false.- Returns:
- boolean Returns a boolean
-